home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step06 / UNDEF / daemon < prev    next >
Encoding:
Text File  |  1994-08-02  |  388 b   |  8 lines

  1. scm.c:serviceprep ()        /* kill temp socket in daemon */
  2. scm.c:servicekill ()        /* kill net file in daemon's parent */
  3. scm.c:serviceend ()        /* kill net file after use in daemon */
  4. supfilesrv.c: *    -l    "live" -- don't fork daemon
  5. supfilesrv.c: * use daemon() to put supfilesrv into daemon mode...
  6. supfilesrv.c:    if (!live)            /* if not debugging, turn into daemon */
  7. supfilesrv.c:        daemon(0, 0);
  8.